home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntfi15.zip / FIUSER.H_ / FIUSER.H
C/C++ Source or Header  |  1994-12-19  |  480b  |  16 lines

  1. /* The only purpose of this file is to let you put your own */
  2. /* function  declarations  here. These declarations will be */
  3. /* #include'd  into  fiuser.cpp. Then you can call your own */
  4. /* functions  in  fiuserctrller::run(). Of course, you need */
  5. /* to define the corresponding functions in your own source */
  6. /* file which should be added to the project.               */
  7.  
  8. /* put something like:
  9.  
  10. extern int myownfunc1();
  11. extenr int myownfunc2();
  12.  
  13.  
  14. here. */
  15.  
  16.